LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccUnknownTagType Constructor(Int32,Byte[])

Show in webframe





Value that represents the tag's type signature.
Array that contains the tag's data.
Initializes a new IccUnknownTagType with explicit parameters.
Syntax
public IccUnknownTagType( 
   int signature,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal signature As Integer, _
   ByVal data() As Byte _
)
'Usage
 
Dim signature As Integer
Dim data() As Byte
 
Dim instance As New IccUnknownTagType(signature, data)

            

            
public:
IccUnknownTagType( 
   int signature,
   array<byte>^ data
)

Parameters

signature
Value that represents the tag's type signature.
data
Array that contains the tag's data.
Requirements

Target Platforms

See Also

Reference

IccUnknownTagType Class
IccUnknownTagType Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.